home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / nfsmount / local.mk < prev    next >
Text File  |  1989-08-23  |  452b  |  22 lines

  1. #
  2. # Modifications for the nfsmount program.  We use some C files that are
  3. # automatically generated by rpcgen.
  4. #
  5.  
  6. RPCSRC = /a/unfsd/rpcsrc
  7. RPCGEN = ${RPCSRC}/rpcgen/rpcgen
  8.  
  9. GLIBS    = /sprite/src/lib/sunrpc/sun3.md/libsunrpc_g.a -lc_g
  10. LIBS    = -lsunrpc
  11.  
  12. #include <$(SYSMAKEFILE)>
  13.  
  14. mount.h mount_clnt.c mount_xdr.c : mount.x
  15.     $(RPCGEN) mount.x
  16.     rm mount_svc.c
  17.  
  18. nfs_prot.h nfs_prot_clnt.c nfs_prot_xdr.c : nfs_prot.x
  19.     ${RPCGEN} nfs_prot.x
  20.     rm nfs_prot_svc.c
  21.  
  22.